home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok89 / gtb-oberon / getfile / bases.s < prev    next >
Text File  |  1993-11-04  |  348b  |  15 lines

  1.                 XDEF    _IntuitionBase
  2.                 XDEF    _GfxBase
  3.                 XDEF    _UtilityBase
  4.                 XDEF    _GadToolsBase
  5.  
  6.                 SECTION "bases",DATA
  7.  
  8.                 even
  9. _IntuitionBase: dc.l        0
  10. _GfxBase        dc.l        0
  11. _UtilityBase    dc.l        0
  12. _GadToolsBase   dc.l        0
  13.  
  14.                 end
  15.